Skip to main content

FileSystemOperationOptions

Members


It is of the type boolean. It may also be nil.


ignorePermissions

It is of the type boolean. It may also be nil.

Luau Type

This is the luau type for FileSystemOperationOptions. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

export type FileSystemOperationOptions = {
ignorePermissions: boolean?,
ignoreLinks: boolean?,
}